home *** CD-ROM | disk | FTP | other *** search
/ Zoom 2 / Zoom - Release 2 (1996)(Active Software)[!].iso / utilities / disk / diskback / mrbackup_114c / formatdisk < prev    next >
Encoding:
Text File  |  1992-10-18  |  400 b   |  17 lines

  1. .bra {
  2. .ket }
  3. .key Device/a,Label/a,NOICONS/S,QUICK/S,FFS/S
  4. ;
  5. ; FormatDisk for MRBackup V1.12
  6. ;
  7. Failat 30
  8. echo "SYS:System/Format Drive {Device} Name {Label} {NOICONS} {QUICK} {FFS}"
  9. SYS:System/Format <nil: Drive {Device} Name {Label} {NOICONS} {QUICK} {FFS}
  10. If Fail
  11.     echo > ram:FormatStatus "FAIL"
  12.     Ask "Press RETURN to continue..."
  13. Else
  14.     echo > ram:FormatStatus "PASS"
  15. Endif
  16. ;ENDCLI >nil:
  17.